knitr::opts_chunk$set(echo = TRUE)
Group: 6
Group members:
Usually when programming, a script is run from the top down. This is not the case for a shiny app. The workflow is then way different. Further, a ton of new functions were introduced and this created a lot of confusion. There were simply a lot of new stuff to grasp. Also, figuring out exactly what 'ui' and 'server' meant in this regard.
A clear benefit is, that it sets up the whole app as a package. This makes it all structured, streamlined and universal. That function also impose a challenge, as the load of new functions/files seem overwhelming. Especially for beginners who don't know how to exploit all of these features (e.g. us).
Unless the pointy-clicky app has a account-based backlog, reproducibility of searches will be difficult and maybe impossible across versions. A purely point-and-click interface will make difficult large databases difficult to navigate, and doctors might have to rely on memory of certain entries.
As with packages, there can be a lot of dependencies. If a package is updated/changed, and the shiny app is re-deployed, it might not work as intended. The app then requires maintenance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.